home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img56.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  2KB  |  424x146  |  1-bit (2 colors)
Labels: black | darkness
OCR: Var $ String [30]; P: PChar; begin $ = 'This is a null-terminated string. '#0: P := @S[1]: WriteLn (P); -end.